negotiator.qualitymeasures.logmanipulation
Class OutcomeInfo

java.lang.Object
  extended by negotiator.qualitymeasures.logmanipulation.OutcomeInfo
Direct Known Subclasses:
OutcomeInfoDerived

public class OutcomeInfo
extends java.lang.Object

Simple object used to the information of a negotiation outcome.

Author:
Mark Hendrikx and Alex Dirkzwager

Constructor Summary
OutcomeInfo()
           
OutcomeInfo(java.lang.String agentAname, java.lang.String agentBname, java.lang.String agentAclass, java.lang.String agentBclass, double agentAutility, double agentButility, double agentAutilityDiscount, double agentButilityDiscount, java.lang.String errorRemarks, double agentAmaxUtil, double agentBmaxUtil, java.lang.String domainName, java.lang.String agentAutilSpaceName, java.lang.String agentButilSpaceName, double time, java.lang.String acceptedBy)
           
 
Method Summary
 java.lang.String getAcceptedBy()
           
 java.lang.String getAgentAclass()
           
 double getAgentAmaxUtil()
           
 java.lang.String getAgentAname()
           
 java.lang.Double getAgentAutility()
           
 double getAgentAutilityDiscount()
           
 java.lang.String getAgentAutilSpaceName()
           
 java.lang.String getAgentBclass()
           
 double getAgentBmaxUtil()
           
 java.lang.String getAgentBname()
           
 double getAgentButility()
           
 double getAgentButilityDiscount()
           
 java.lang.String getAgentButilSpaceName()
           
 java.lang.String getDomainName()
           
 java.lang.String getErrorRemarks()
           
 double getTimeOfAgreement()
           
 void setAcceptedBy(java.lang.String acceptedBy)
           
 void setAgentAclass(java.lang.String agentAclass)
           
 void setAgentAmaxUtil(double agentAmaxUtil)
           
 void setAgentAname(java.lang.String agentAname)
           
 void setAgentAutility(java.lang.Double agentAutility)
           
 void setAgentAutilityDiscount(double agentAutilityDiscount)
           
 void setAgentAutilSpaceName(java.lang.String agentAutilSpaceName)
           
 void setAgentBclass(java.lang.String agentBclass)
           
 void setAgentBmaxUtil(double agentBmaxUtil)
           
 void setAgentBname(java.lang.String agentBname)
           
 void setAgentButility(double agentButility)
           
 void setAgentButilityDiscount(double agentButilityDiscount)
           
 void setAgentButilSpaceName(java.lang.String agentButilSpaceName)
           
 void setDomainName(java.lang.String domainName)
           
 void setErrorRemarks(java.lang.String errorRemarks)
           
 void setTimeOfAgreement(double time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutcomeInfo

public OutcomeInfo()

OutcomeInfo

public OutcomeInfo(java.lang.String agentAname,
                   java.lang.String agentBname,
                   java.lang.String agentAclass,
                   java.lang.String agentBclass,
                   double agentAutility,
                   double agentButility,
                   double agentAutilityDiscount,
                   double agentButilityDiscount,
                   java.lang.String errorRemarks,
                   double agentAmaxUtil,
                   double agentBmaxUtil,
                   java.lang.String domainName,
                   java.lang.String agentAutilSpaceName,
                   java.lang.String agentButilSpaceName,
                   double time,
                   java.lang.String acceptedBy)
Method Detail

getAgentAname

public java.lang.String getAgentAname()

setAgentAname

public void setAgentAname(java.lang.String agentAname)

getAgentBname

public java.lang.String getAgentBname()

setAgentBname

public void setAgentBname(java.lang.String agentBname)

getAgentAclass

public java.lang.String getAgentAclass()

setAgentAclass

public void setAgentAclass(java.lang.String agentAclass)

getAgentBclass

public java.lang.String getAgentBclass()

setAgentBclass

public void setAgentBclass(java.lang.String agentBclass)

getAgentAutility

public java.lang.Double getAgentAutility()

setAgentAutility

public void setAgentAutility(java.lang.Double agentAutility)

getAgentButility

public double getAgentButility()

setAgentButility

public void setAgentButility(double agentButility)

getAgentAutilityDiscount

public double getAgentAutilityDiscount()

setAgentAutilityDiscount

public void setAgentAutilityDiscount(double agentAutilityDiscount)

getAgentButilityDiscount

public double getAgentButilityDiscount()

setAgentButilityDiscount

public void setAgentButilityDiscount(double agentButilityDiscount)

getErrorRemarks

public java.lang.String getErrorRemarks()

setErrorRemarks

public void setErrorRemarks(java.lang.String errorRemarks)

getAgentAmaxUtil

public double getAgentAmaxUtil()

setAgentAmaxUtil

public void setAgentAmaxUtil(double agentAmaxUtil)

getAgentBmaxUtil

public double getAgentBmaxUtil()

setAgentBmaxUtil

public void setAgentBmaxUtil(double agentBmaxUtil)

getDomainName

public java.lang.String getDomainName()

setDomainName

public void setDomainName(java.lang.String domainName)

getAgentAutilSpaceName

public java.lang.String getAgentAutilSpaceName()

setAgentAutilSpaceName

public void setAgentAutilSpaceName(java.lang.String agentAutilSpaceName)

getAgentButilSpaceName

public java.lang.String getAgentButilSpaceName()

setAgentButilSpaceName

public void setAgentButilSpaceName(java.lang.String agentButilSpaceName)

getTimeOfAgreement

public double getTimeOfAgreement()

setTimeOfAgreement

public void setTimeOfAgreement(double time)

getAcceptedBy

public java.lang.String getAcceptedBy()

setAcceptedBy

public void setAcceptedBy(java.lang.String acceptedBy)